Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(datepicker): add aria-* attrs and keyboard bindings to datepicker input #3542

Merged
merged 3 commits into from
Mar 10, 2017

Conversation

mmalerba
Copy link
Contributor

@mmalerba mmalerba commented Mar 9, 2017

No description provided.

@mmalerba mmalerba requested a review from kara March 9, 2017 22:28
@googlebot googlebot added the cla: yes PR author has agreed to Google's Contributor License Agreement label Mar 9, 2017
Copy link
Contributor

@kara kara left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think there are some rebase issues to resolve. Other than that, just a nit.


@Component({
moduleId: module.id,
selector: 'md-datepicker-trigger, mat-datepicker-trigger',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought we renamed this to mdDatepickerToggle? Rebase error?

@@ -381,4 +383,8 @@ export class MdInputContainer implements AfterContentInit {

this._mdInputChild.ariaDescribedby = ids.join(' ');
}

getPopupConnectionElementRef(): ElementRef {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Didn't we decide to remove this?

@@ -27,6 +27,9 @@ import {MdDatepickerInput} from './datepicker-input';
import {CalendarLocale} from '../core/datetime/calendar-locale';


let datepickerUid = 0;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add comment about what this is? We should also probably prefix with an underscore to be consistent with other counters.

@kara kara assigned mmalerba and unassigned kara Mar 10, 2017
@mmalerba
Copy link
Contributor Author

comments addressed

Copy link
Contributor

@kara kara left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kara kara added pr: lgtm action: merge The PR is ready for merge by the caretaker and removed pr: needs review labels Mar 10, 2017
@mmalerba mmalerba merged commit d196c36 into angular:datepicker Mar 10, 2017
@mmalerba mmalerba deleted the dp3 branch March 10, 2017 21:05
mmalerba added a commit that referenced this pull request Mar 17, 2017
…r input (#3542)

* add aria-* attrs and keyboard bindings to datepicker input

* fix rebase errors

* added comment
mmalerba added a commit to mmalerba/components that referenced this pull request Mar 28, 2017
…r input (angular#3542)

* add aria-* attrs and keyboard bindings to datepicker input

* fix rebase errors

* added comment
mmalerba added a commit that referenced this pull request Apr 14, 2017
…r input (#3542)

* add aria-* attrs and keyboard bindings to datepicker input

* fix rebase errors

* added comment
mmalerba added a commit that referenced this pull request Apr 20, 2017
…r input (#3542)

* add aria-* attrs and keyboard bindings to datepicker input

* fix rebase errors

* added comment
mmalerba added a commit that referenced this pull request Apr 29, 2017
…r input (#3542)

* add aria-* attrs and keyboard bindings to datepicker input

* fix rebase errors

* added comment
mmalerba added a commit that referenced this pull request May 5, 2017
…r input (#3542)

* add aria-* attrs and keyboard bindings to datepicker input

* fix rebase errors

* added comment
mmalerba added a commit that referenced this pull request May 9, 2017
…r input (#3542)

* add aria-* attrs and keyboard bindings to datepicker input

* fix rebase errors

* added comment
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge The PR is ready for merge by the caretaker cla: yes PR author has agreed to Google's Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants